vr2-3-16.wrl


[ VRML source code ]

#VRML V2.0 utf8
#vr2-3-16.wrl
Transform {
  rotation    0 0 1 -0.5
  scale       1 3 1
  children Shape {
    geometry Text { string "Web Programming" }
  }
}
Transform {
  translation 0 -3 0
  rotation    0 0 1 0.5
  scale       2 1 1
  children Shape {
    geometry Text { 
      string "VRML 2.0" 
      fontStyle FontStyle { family "SANS" }
    }
  }
}